home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / domacnost a kancelar / autoit / autoit-v3-setup.exe / Examples / Helpfile / FileInstall.au3 < prev    next >
Text File  |  2007-09-08  |  197b  |  4 lines

  1. ; Include a  bitmap found in "C:\test.bmp" with the compiled program and put it in "D:\mydir\test.bmp" when it is run
  2. $b = True
  3. If $b = True Then FileInstall("C:\test.bmp", "D:\mydir\test.bmp")
  4.